Public: Concord Software Projects : OTrunk Collections
This page last changed on May 08, 2008 by aperritano.
There are 4 types of collections in OTrunk: OTResourceList, OTResourceMap, OTObjectList, OTObjectMap In all cases you should not use a set method in your OTClass. You only add a get method. The list object will be created automatically when it is requested. An example on how to create an OTResourceList:
public OTResourceList getScoreList();
|
Document generated by Confluence on Jan 27, 2014 16:52 |